lcBlockSelectEnt Home

Selects or unselects the specified graphic object, i.e. adds or deletes it to the Selection Set.

 BOOL lcBlockSelectEnt (
   HANDLE hBlock,
   HANDLE hEntity,
   BOOL bSelect
 );

Parameters
hBlock
  Handle to a block.
hEntity
  Handle to a graphic object.
If NULL specified then this function will be applied to all objects of the block.
bSelect
  If TRUE (nonzero) then object will be selected.
If FALSE (zero) then object will be unselected.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcBlockUnselect